From: Juanma Barranquero Date: Wed, 29 Jan 2003 12:18:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~28537 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1751639ae7e9625f272d0b5b5e7ffdafeca70708;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f113cc1b521..463feb0dbcf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,16 @@ * composite.el (decompose-composite-char): Fix docstring. + * select.el (x-set-cut-buffer): Fix docstring. Check type with `stringp' + instead of `substring'. + + * textmodes/reftex.el (reftex-TeX-master-file): Use really the buffer + file name if no other master file is located. + + * progmodes/cperl-mode.el (cperl-beautify-level) + (cperl-beautify-regexp): Fix use of `prefix-numeric-value'. + (cperl-calculate-indent): Fix typo. + 2003-01-29 Taro Kawagishi * arc-mode.el (archive-lzh-summarize): Fix previous change.